home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / winter_challenge.swf / scripts / frame_115 / PlaceObject2_71_104 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2011-08-19  |  554b  |  20 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.hotSpot4.hitTest(_root.ATVclip))
  3.    {
  4.       if(_root.lapCheatflag_B == 1 && _root.lapCheatflag_C == 1 && _root.lapCheatflag_A == 0)
  5.       {
  6.          _root.lapCheatflag_A = 0;
  7.          _root.lapCheatflag_B = 0;
  8.          _root.lapCheatflag_C = 0;
  9.          _root.countdown_go.start(0,0);
  10.          _root.lap = _root.lap + 1;
  11.          if(_root.lap > 3)
  12.          {
  13.             myTarget = "win" + _root.course;
  14.             _root.gotoAndPlay(myTarget);
  15.             _root.lap = 0;
  16.          }
  17.       }
  18.    }
  19. }
  20.